 @charset "utf-8";
/* CSS Document */

/* qqshop focus */
#focus {width:316px; height:235px; overflow:hidden; position:relative;}
#focus ul {height:235px; position:absolute; background:#333;}
#focus ul li {float:left;overflow:hidden; position:relative; }
#focus ul li a{display: table-cell;vertical-align:middle; *display:block;*font-size:190px;*font-family:Arial;width:316px; height:235px;text-align:center; line-height:235px; border:none;}
#focus ul li a img{
	max-width:316px;   /* 宽度 */ 
	max-height:235px; /* 高度 */ 
	vertical-align:middle;
	-ms-interpolation-mode: bicubic; overflow:hidden;
	}
#focus ul li div {position:absolute;width:694px; height:392px;overflow:hidden;}

#focus .btnBg {position:absolute; width:316px; height:20px; left:0; bottom:0; }
#focus .btn {position:absolute; width:316px; height:15px; padding:5px 20px; right:0; bottom:0; text-align:right;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:10px; height:3px; _font-size:0; margin-left:5px; cursor:pointer; background:#00a650;}
#focus .btn span.on {background:#fff;}
#focus .preNext {width:45px; height:100px; position:absolute; top:70px; background:url(images/sprite.png) no-repeat 0 0; cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}